sliderValueChanged
Type
message
Summary
Sent when the slider thumb is moved by clicking or dragging.
Syntax
on sliderValueChanged <pNewPosition>
Description
Use the sliderValueChanged message to perform an action when the slider's value is changed either when the thumb is dragged to a new position or when it is moved by clicking on the slider track.
Parameters
Name | Type | Description |
---|---|---|
pNewPosition | The new value of the sliderValue property. |